*{
    margin: 0;
    padding:0;
    /*border: 1px solid gray;*/
}


body{
    background: #CAE4E3;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    color: #5B5869;
}

.logo-container{
    
    width: 50%;
    padding-top:25vh;
    float: left;
    
}

.shape-container{
    width: 40%;
    height: 90vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    background: white;
    padding-top:10vh;
    padding-left: 5%;
    padding-right: 5%;
    border-top-left-radius: 3%;
    border-bottom-left-radius: 3%;
    box-shadow: -2px 0px 8px rgba(0,0,0,0.5);
    float: left;

}



.logo{

    width: 60%;
    margin: 0 auto;
    margin-top: -200%;
    margin-bottom: 20px;
    transition: 0.5s ease;

}

.logo img{

    width: 100%;
    
}

.home-footer{
    text-align: center;
}

.shape{
    position: relative;
    text-align: center;
}

.shape img{

    width: 0;
    margin: 0 auto;
    transition: 0.3s ease;
}

.name{
    display: none;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
}
/* 
.shape h2{
    text-align: center;
    margin-top: -50%;
    
    
} */

/* .name{

    transition: 0.5 ease;
}

.shape:hover .name{

    margin-top: -51%;
    
} */

.hide{

    display: none;
}
  .covid-message{
    position: fixed;
    top:-200%;
    left: 2%;
    width: 76%;
    height: 76vh;
    background-color: rgba(0,0,0,0.8);
    padding: 5% 10%;
    border-radius: 5px;
    transition: 1s ease-out;

}

.covid-message img{
    display: block;
    margin: 20px auto;

}

.covid-message h2{
    color: rgba(120,200,71, 1);
    text-align: center;
}

.covid-message p{
    text-align: center;
    color: white;
}

.exit-btn{
    width: 50px;
    padding: 10px 15px;
    background-color: #B4D8E7;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto;

}     


               /* other pages */


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #CAE4E3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.5);
    z-index: 2;

}

.header-logo-container{
    padding-left: 4%;
    padding-bottom: 10px;
   
}

.header-logo{
    width: 100px;
   
}

.header-logo img{

    width: 100%;
}

.navigation-container{
   
    background: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.5);
}

#menu-btn{
    display: none;
}

nav ul{
    
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    
}

nav li{
    list-style: none;
    
    justify-self: center;
    padding-top: 30px;
}

a{

    text-decoration: none;
    color: #5B5869;

}

li a:hover{

    border-bottom: 1px solid #5B5869;
}

.btn1{
    color: #FFEC94;
}
.btn2{
    color: #B0E57C;
}

.btn3{
    color: #B4D8E7;
}

.btn4{
    color: #EDB7AB;
}

nav button{
    display: none;
}

.banner-container{

    width: 100%;
    margin: 70px auto 0;

}

.banner-container img{

    width: 100%;
}

.heading-shape{
    max-width: 200px;
    margin: -100px auto 30px;
    text-align: justify;
}

.heading-shape img{
     width: 100%;
}

.heading-shape h2{

    text-align: center;
    margin-top: -110px;
    font-weight: 300;
}

.main-container{

   
    padding: 100px 2% 50px 2%;
    margin-bottom: 20px;
}

.main-container h2{
    text-align: center;
    font-weight: 300;
}

.content{
    display: grid;
    grid-template-columns: 1fr 2fr;

}
.side-image{
    margin-bottom: 25px;
    
}

.side-image img{

    width: 80%;
    display: block;
    
    border-radius: 100%;
}

.description{
    text-align: justify;
    padding-top: 25px;
}

.gallery-list{

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.album-cover{

    width: 80%;
}

.contact-container{
    width: 96%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}


input{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #EDB7AB;
    margin-bottom: 10px;
    color: #5B5869;
}
textarea{
    width: 100%;
    background: none;
    border: 1px solid #EDB7AB;
    margin-bottom: 10px;
}

button{
    width: 80px;
    height: 30px;
    background: #EDB7AB;
    color: #5B5869;
    border: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.contact-info img{

    width: 25px;
    margin-right: 10px;
}

#map{
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

footer{

    width: 96%;
    padding: 20px 2%;
    background: white;
    font-size: 75%;
}

footer div{

    text-align: center;

}   

@media(max-width: 769px) {


.logo-container{
    
    width: 100%;
    margin-bottom: 25px;
    padding-top: 10vh;
    
}

.logo{

    width: 40%;
   

}
.shape-container{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    background: white;
    padding-top:5vh;
    padding-left: 5%;
    padding-right: 5%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    box-shadow: -2px 0px 8px rgba(0,0,0,0.5);
    float: left;

}

.hide{
    display: block;
    text-align: center;
}

header{
    grid-template-columns: 50% 50%;
}

nav{ 

    position: relative;
    display: inline-block;

}

#menu-btn{
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    width: 30px;
    margin-top: 30px;
    
}

#menu-btn img{
    width: 100%;

}

#menu-content{
    display: none;
    grid-template-columns: 1fr;
    position: fixed;
    top:90px;
    left: 0;
    min-width: 100%;
    height: 80vh;
    background:white;
}
#menu-content li{
    
    text-align: center;
}


#menu-btn:hover #menu-content{

    display: block;
}
.banner-container{

   margin-top: 100px;;
}

.heading-shape{
    max-width: 150px;
    margin: -75px auto 30px;
    text-align: justify;
}


#gallery-head{

   
    margin-top: -60px;
    
}

.content{
    grid-template-columns: 1fr;
}

.side-image{

    max-width: 200px;
    margin: 0 auto;
}

.side-image img{

    width: 100%;
    
}


.gallery-list{

    grid-template-columns: 1fr 1fr;
    
}

.contact-container{

    grid-template-columns: 1fr;
}

    
} 

@media(max-width: 425px){


.shape-container{
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    background: wh0te;
    padding-top:5vh;
    padding-left: 5%;
    padding-right: 5%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    box-shadow: -2px 0px 8px rgba(0,0,0,0.5);
    float: left;

}


.gallery-list{

    grid-template-columns: 1fr;
    
}

}